Q3Camera_SetData
You can use theQ3Camera_SetData
function to set the basic data associated with a camera.
TQ3Status Q3Camera_SetData ( TQ3CameraObject camera, const TQ3CameraData *cameraData);
camera
- A camera object.
cameraData
- A pointer to a camera data structure.
DESCRIPTION
TheQ3Camera_SetData
function sets the data associated with the camera specified by thecamera
parameter to the data specified by thecameraData
parameter.